[INFO] cloning repository https://github.com/thomaskrause/task-picker
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/thomaskrause/task-picker" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fthomaskrause%2Ftask-picker", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fthomaskrause%2Ftask-picker'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 318d3834ea7ed51a8b40a13ffc916911bfbe4b9b
[INFO] testing thomaskrause/task-picker against try#0abe69e6c16114311cc2700e972492e64d69c28f for pr-154065-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fthomaskrause%2Ftask-picker" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/thomaskrause/task-picker
[INFO] finished tweaking git repo https://github.com/thomaskrause/task-picker
[INFO] tweaked toml for git repo https://github.com/thomaskrause/task-picker written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/thomaskrause/task-picker on toolchain 0abe69e6c16114311cc2700e972492e64d69c28f
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/thomaskrause/task-picker already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 1871a82ac63804ee8a5b2f279d500b4694f6298b45a88a404e61e638cc11fdec
[INFO] running `Command { std: "docker" "start" "-a" "1871a82ac63804ee8a5b2f279d500b4694f6298b45a88a404e61e638cc11fdec", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "1871a82ac63804ee8a5b2f279d500b4694f6298b45a88a404e61e638cc11fdec", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1871a82ac63804ee8a5b2f279d500b4694f6298b45a88a404e61e638cc11fdec", kill_on_drop: false }`
[INFO] [stdout] 1871a82ac63804ee8a5b2f279d500b4694f6298b45a88a404e61e638cc11fdec
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 4c12f4c08a80b9dacceabf705dbe03b3a67e922ce5440a999a91e4cefddf5071
[INFO] running `Command { std: "docker" "start" "-a" "4c12f4c08a80b9dacceabf705dbe03b3a67e922ce5440a999a91e4cefddf5071", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.93
[INFO] [stderr]    Compiling autocfg v1.2.0
[INFO] [stderr]    Compiling serde v1.0.217
[INFO] [stderr]    Compiling libc v0.2.169
[INFO] [stderr]    Compiling once_cell v1.20.3
[INFO] [stderr]    Compiling memchr v2.7.2
[INFO] [stderr]    Compiling crossbeam-utils v0.8.19
[INFO] [stderr]    Compiling pin-project-lite v0.2.14
[INFO] [stderr]    Compiling log v0.4.21
[INFO] [stderr]    Compiling hashbrown v0.14.3
[INFO] [stderr]    Compiling toml_datetime v0.6.5
[INFO] [stderr]    Compiling winnow v0.5.40
[INFO] [stderr]    Compiling indexmap v2.2.6
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]    Compiling quote v1.0.36
[INFO] [stderr]    Compiling syn v2.0.98
[INFO] [stderr]    Compiling linux-raw-sys v0.4.15
[INFO] [stderr]    Compiling concurrent-queue v2.4.0
[INFO] [stderr]    Compiling smallvec v1.13.2
[INFO] [stderr]    Compiling getrandom v0.2.14
[INFO] [stderr]    Compiling slab v0.4.9
[INFO] [stderr]    Compiling cc v1.0.92
[INFO] [stderr]    Compiling tracing-core v0.1.32
[INFO] [stderr]    Compiling subtle v2.5.0
[INFO] [stderr]    Compiling lock_api v0.4.11
[INFO] [stderr]    Compiling fastrand v2.0.2
[INFO] [stderr]    Compiling event-listener v5.3.0
[INFO] [stderr]    Compiling libloading v0.8.3
[INFO] [stderr]    Compiling pkg-config v0.3.30
[INFO] [stderr]    Compiling toml_edit v0.21.1
[INFO] [stderr]    Compiling event-listener-strategy v0.5.1
[INFO] [stderr]    Compiling dlib v0.5.2
[INFO] [stderr]    Compiling futures-lite v2.3.0
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling piper v0.2.1
[INFO] [stderr]    Compiling async-channel v2.2.0
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling blocking v1.6.1
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling downcast-rs v1.2.1
[INFO] [stderr]    Compiling proc-macro-crate v3.1.0
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling zvariant_utils v2.1.0
[INFO] [stderr]    Compiling wayland-sys v0.31.6
[INFO] [stderr]    Compiling event-listener v4.0.3
[INFO] [stderr]    Compiling memoffset v0.9.1
[INFO] [stderr]    Compiling quick-xml v0.37.2
[INFO] [stderr]    Compiling thiserror v1.0.58
[INFO] [stderr]    Compiling wayland-client v0.31.8
[INFO] [stderr]    Compiling event-listener-strategy v0.4.0
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling sha1 v0.10.6
[INFO] [stderr]    Compiling async-executor v1.11.0
[INFO] [stderr]    Compiling ordered-stream v0.2.0
[INFO] [stderr]    Compiling xdg-home v1.1.0
[INFO] [stderr]    Compiling async-lock v3.3.0
[INFO] [stderr]    Compiling crc32fast v1.4.0
[INFO] [stderr]    Compiling miniz_oxide v0.7.2
[INFO] [stderr]    Compiling spin v0.9.8
[INFO] [stderr]    Compiling wayland-scanner v0.31.6
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling async-fs v2.1.2
[INFO] [stderr]    Compiling wayland-backend v0.3.8
[INFO] [stderr]    Compiling async-broadcast v0.7.2
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling rayon-core v1.12.1
[INFO] [stderr]    Compiling crossbeam-deque v0.8.5
[INFO] [stderr]    Compiling flate2 v1.0.28
[INFO] [stderr]    Compiling parking_lot_core v0.9.9
[INFO] [stderr]    Compiling base64 v0.21.7
[INFO] [stderr]    Compiling xml-rs v0.8.20
[INFO] [stderr]    Compiling parking_lot v0.12.1
[INFO] [stderr]    Compiling toml_edit v0.19.15
[INFO] [stderr]    Compiling either v1.10.0
[INFO] [stderr]    Compiling ab_glyph v0.2.24
[INFO] [stderr]    Compiling zvariant_utils v1.0.1
[INFO] [stderr]    Compiling proc-macro-crate v1.3.1
[INFO] [stderr]    Compiling unicode-normalization v0.1.23
[INFO] [stderr]    Compiling ring v0.17.8
[INFO] [stderr]    Compiling memmap2 v0.9.4
[INFO] [stderr]    Compiling foldhash v0.1.4
[INFO] [stderr]    Compiling event-listener v2.5.3
[INFO] [stderr]    Compiling io-lifetimes v1.0.11
[INFO] [stderr]    Compiling epaint_default_fonts v0.31.0
[INFO] [stderr]    Compiling arrayvec v0.7.4
[INFO] [stderr]    Compiling unicode-bidi v0.3.15
[INFO] [stderr]    Compiling immutable-chunkmap v2.0.6
[INFO] [stderr]    Compiling hashbrown v0.15.2
[INFO] [stderr]    Compiling gl_generator v0.14.0
[INFO] [stderr]    Compiling idna v0.5.0
[INFO] [stderr]    Compiling rayon v1.10.0
[INFO] [stderr]    Compiling fdeflate v0.3.4
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling winit v0.30.9
[INFO] [stderr]    Compiling memoffset v0.7.1
[INFO] [stderr]    Compiling polling v2.8.0
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]    Compiling waker-fn v1.1.1
[INFO] [stderr]    Compiling rustix v0.37.27
[INFO] [stderr]    Compiling weezl v0.1.8
[INFO] [stderr]    Compiling fastrand v1.9.0
[INFO] [stderr]    Compiling regex-syntax v0.8.3
[INFO] [stderr]    Compiling futures-lite v1.13.0
[INFO] [stderr]    Compiling jpeg-decoder v0.3.1
[INFO] [stderr]    Compiling png v0.17.13
[INFO] [stderr]    Compiling glutin_egl_sys v0.7.1
[INFO] [stderr]    Compiling regex-automata v0.4.6
[INFO] [stderr]    Compiling url v2.5.0
[INFO] [stderr]    Compiling async-lock v2.8.0
[INFO] [stderr]    Compiling flume v0.11.0
[INFO] [stderr]    Compiling zune-inflate v0.2.54
[INFO] [stderr]    Compiling async-fs v1.6.0
[INFO] [stderr]    Compiling async-io v1.13.0
[INFO] [stderr]    Compiling half v2.4.1
[INFO] [stderr]    Compiling untrusted v0.9.0
[INFO] [stderr]    Compiling color_quant v1.1.0
[INFO] [stderr]    Compiling rustls-pki-types v1.4.1
[INFO] [stderr]    Compiling smol_str v0.2.1
[INFO] [stderr]    Compiling bit_field v0.10.2
[INFO] [stderr]    Compiling lebe v0.5.2
[INFO] [stderr]    Compiling linux-raw-sys v0.3.8
[INFO] [stderr]    Compiling gif v0.13.1
[INFO] [stderr]    Compiling exr v1.72.0
[INFO] [stderr]    Compiling regex v1.10.4
[INFO] [stderr]    Compiling tiff v0.9.1
[INFO] [stderr]    Compiling serde_derive v1.0.217
[INFO] [stderr]    Compiling enumflags2_derive v0.7.9
[INFO] [stderr]    Compiling tracing-attributes v0.1.27
[INFO] [stderr]    Compiling zvariant_derive v4.2.0
[INFO] [stderr]    Compiling bytemuck_derive v1.6.0
[INFO] [stderr]    Compiling futures-macro v0.3.30
[INFO] [stderr]    Compiling thiserror-impl v1.0.58
[INFO] [stderr]    Compiling serde_repr v0.1.19
[INFO] [stderr]    Compiling async-trait v0.1.80
[INFO] [stderr]    Compiling enumn v0.1.13
[INFO] [stderr]    Compiling futures-util v0.3.30
[INFO] [stderr]    Compiling tracing v0.1.40
[INFO] [stderr]    Compiling zbus_macros v4.4.0
[INFO] [stderr]    Compiling zvariant_derive v3.15.2
[INFO] [stderr]    Compiling bytemuck v1.21.0
[INFO] [stderr]    Compiling num-bigint v0.4.5
[INFO] [stderr]    Compiling qoi v0.4.1
[INFO] [stderr]    Compiling glutin v0.32.2
[INFO] [stderr]    Compiling cipher v0.3.0
[INFO] [stderr]    Compiling socket2 v0.4.10
[INFO] [stderr]    Compiling rustls v0.22.3
[INFO] [stderr]    Compiling x11rb-protocol v0.13.0
[INFO] [stderr]    Compiling num-rational v0.4.2
[INFO] [stderr]    Compiling image v0.24.9
[INFO] [stderr]    Compiling zbus_macros v3.15.2
[INFO] [stderr]    Compiling derivative v2.2.0
[INFO] [stderr]    Compiling async-recursion v1.1.1
[INFO] [stderr]    Compiling bitflags v2.8.0
[INFO] [stderr]    Compiling enumflags2 v0.7.9
[INFO] [stderr]    Compiling zvariant v4.2.0
[INFO] [stderr] error: could not compile `image` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/0abe69e6c16114311cc2700e972492e64d69c28f/bin/rustc --crate-name image --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/image-0.24.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no -C debuginfo=2 -C debug-assertions=on --cfg 'feature="bmp"' --cfg 'feature="dds"' --cfg 'feature="default"' --cfg 'feature="dxt"' --cfg 'feature="exr"' --cfg 'feature="farbfeld"' --cfg 'feature="gif"' --cfg 'feature="hdr"' --cfg 'feature="ico"' --cfg 'feature="jpeg"' --cfg 'feature="jpeg_rayon"' --cfg 'feature="openexr"' --cfg 'feature="png"' --cfg 'feature="pnm"' --cfg 'feature="qoi"' --cfg 'feature="tga"' --cfg 'feature="tiff"' --cfg 'feature="webp"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("avif", "avif-decoder", "avif-encoder", "benchmarks", "bmp", "dav1d", "dcv-color-primitives", "dds", "default", "dxt", "exr", "farbfeld", "gif", "hdr", "ico", "jpeg", "jpeg_rayon", "libwebp", "mp4parse", "openexr", "png", "pnm", "qoi", "ravif", "rayon", "rgb", "tga", "tiff", "webp", "webp-encoder"))' -C metadata=74ecd63757c6b350 -C extra-filename=-fa3c394d1b694416 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern bytemuck=/opt/rustwide/target/debug/deps/libbytemuck-d49a5f33c73e3b0a.rmeta --extern byteorder=/opt/rustwide/target/debug/deps/libbyteorder-ffb23f4f38d3241a.rmeta --extern color_quant=/opt/rustwide/target/debug/deps/libcolor_quant-f4ae89f97be18ce9.rmeta --extern exr=/opt/rustwide/target/debug/deps/libexr-ed05494ad59416f0.rmeta --extern gif=/opt/rustwide/target/debug/deps/libgif-7d0988c443221940.rmeta --extern jpeg=/opt/rustwide/target/debug/deps/libjpeg_decoder-1b27ce68696ff15e.rmeta --extern num_traits=/opt/rustwide/target/debug/deps/libnum_traits-465172c5f4b8a15d.rmeta --extern png=/opt/rustwide/target/debug/deps/libpng-5307d73ad8304fa9.rmeta --extern qoi=/opt/rustwide/target/debug/deps/libqoi-f6705a6dc2f8c90d.rmeta --extern tiff=/opt/rustwide/target/debug/deps/libtiff-197e2f6018c0127e.rmeta --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "4c12f4c08a80b9dacceabf705dbe03b3a67e922ce5440a999a91e4cefddf5071", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4c12f4c08a80b9dacceabf705dbe03b3a67e922ce5440a999a91e4cefddf5071", kill_on_drop: false }`
[INFO] [stdout] 4c12f4c08a80b9dacceabf705dbe03b3a67e922ce5440a999a91e4cefddf5071
